home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / rlog_128.zip / REMOTLOG.CFG next >
Text File  |  1990-08-31  |  11KB  |  231 lines

  1. ;-------------------------------------------------------------------------
  2. ;                       Remotlog Configuration file
  3. ;                        By Orland Carter 1:135/72
  4. ;-------------------------------------------------------------------------
  5. ;
  6. ;-------------------------------------------------------------------------
  7. ;               R E G I S T R A T I O N   I N F O R M A T I O N
  8. ;-------------------------------------------------------------------------
  9. ;         {______________________________}
  10. BoardName  Opa-Locka Tower
  11. ;         {____________________}
  12. SysopName  Orland Carter
  13. RegistKey  00000000000000000000
  14. ;
  15. ;-------------------------------------------------------------------------
  16. ; This is a required entry.  It tells the program the [path + filename] of
  17. ; the Log file to be processed.
  18. ; DEFAULT : SYSTEM.LOG
  19. ;-------------------------------------------------------------------------
  20. ;
  21. LogFile SYSTEM.LOG
  22. ;
  23. ;-------------------------------------------------------------------------
  24. ; This option is required if you want REMOTLOG to process the file Xfers
  25. ; against the files counter for a good downloaded count.  The DEFAULT is
  26. ; NOFDLOGFILE  the other option is FDLOGFILE \.......\  where \..\ is the
  27. ; [Path + Filename] of the FD log file.
  28. ;-------------------------------------------------------------------------
  29. ;
  30. FDLogFile C:\Fd\Fd.Log
  31. ;
  32. ;-------------------------------------------------------------------------
  33. ; This option is required.  It tells the program what the Dos Shell entry
  34. ; of your External chat program is.  This must be the same case as the
  35. ; BBS writes it to the log file.  Required whether you have one or not.
  36. ; DEFAULT : FX-CHAT.EXE
  37. ;-------------------------------------------------------------------------
  38. ;
  39. ExternalChat FastChat.EXE
  40. ;
  41. ;-------------------------------------------------------------------------
  42. ; This option is required.  It tells the program what [path + filename]
  43. ; the output of the program should be placed in. *.asc/*.ans versions.
  44. ; DEFAULT : REMOTLOG
  45. ;-------------------------------------------------------------------------
  46. ;
  47. Outputfile c:\RA\Txt\Remotlog
  48. ;
  49. ;-------------------------------------------------------------------------
  50. ; This option is required.  It tells the program which color to place the
  51. ; background of the ansi screen in.
  52. ; DEFAULT : 40
  53. ;-------------------------------------------------------------------------
  54. ;
  55. Back 40
  56. ;
  57. ;-------------------------------------------------------------------------
  58. ; This option is required.  It tells the program what color the numbers
  59. ; displayed are.
  60. ; DEFAULT : 1;33
  61. ;-------------------------------------------------------------------------
  62. ;
  63. Numbers 1;33
  64. ;
  65. ;-------------------------------------------------------------------------
  66. ; This option is required.  It tells the program what color to use when
  67. ; highlighting the Beginning and Ending dates of the Log period.
  68. ; DEFAULT : 1;46;37
  69. ;-------------------------------------------------------------------------
  70. ;
  71. HighLight 1;46;37
  72. ;
  73. ;-------------------------------------------------------------------------
  74. ; This option is required.  It tells the program which color to use to
  75. ; restore the screen to "normal".
  76. ; DEFAULT : 0
  77. ;-------------------------------------------------------------------------
  78. ;
  79. Normal 0
  80. ;
  81. ;-------------------------------------------------------------------------
  82. ; This option is required.  It tells the program which color to use for
  83. ; Outlining the Box and Dividing lines of the output file.
  84. ; DEFAULT 1;34
  85. ;-------------------------------------------------------------------------
  86. ;
  87. Outline 1;34
  88. ;
  89. ;-------------------------------------------------------------------------
  90. ; This option is required.  It tells the program which color to use for
  91. ; all the text that is printed.
  92. ; DEFAULT 0;32
  93. ;-------------------------------------------------------------------------
  94. ;
  95. Text 0;32
  96. ;
  97. ;-------------------------------------------------------------------------
  98. ; This option is required.  It tells the program whether or not you wish
  99. ; the optional page of Multiline usage to be displayed.  The statistics
  100. ; will still be stored if the option is not selected.
  101. ; DEFAULT : NOMULTILINE
  102. ;-------------------------------------------------------------------------
  103. ;
  104. NoMultiLine
  105. ;
  106. ;-------------------------------------------------------------------------
  107. ; This option is required.  It telss the program what type of log file
  108. ; You are using.  Wheter FD [Front Door type] or OPUS.
  109. ; DEFAULT FD
  110. ;-------------------------------------------------------------------------
  111. ;
  112. FD
  113. ;
  114. ;-------------------------------------------------------------------------
  115. ; This option is not required and at the descretion of the sysop.  Using
  116. ; This will cause another page to be displayed in addition to the current
  117. ; 2 or 3 pages that are already displayed.  This option is where the sysop
  118. ; Can have remotlog search the logfile for something specific and keep
  119. ; track of its occurrences.
  120. ; I.e. *01My_Name Carter      - This will cause remotlog to search the log
  121. ; file for all occurences of "Carter" it will accumulate and store the
  122. ; amount of time it finds it in variable 01.  When it displays it it will
  123. ; display "My_Name >>> ####" where # is amount of times the item was found
  124. ; Possible Variables are 00-10.  The 0 is significant.  The "*" is required
  125. ; There can be no spaces except to separate the Display item from the
  126. ; Search item.
  127. ; Format "*<Variable 00-10><Entry to Make in *.Ans/*.Asc file> <Search For>"
  128. ;         *00My_Name Carter
  129. ;-------------------------------------------------------------------------
  130. ;
  131. ;*00Graffitti_Wall  Grafn3.EXE
  132. ;*01JetFighter_Game Combat 1
  133. ;
  134. ;-------------------------------------------------------------------------
  135. ; These options are not required.  But they do provide you with a great
  136. ; amount of security.  For areas you do not want all your users to see.
  137. ; IE. Adult areas or Sysop areas.
  138. ; DEFAULT - NONE.  200 MAXIMUM ENTRIES.
  139. ;-------------------------------------------------------------------------
  140. ;
  141. NoShow  8
  142. NoShow 10
  143. NoShow 12
  144. ;
  145. ;-------------------------------------------------------------------------
  146. ; This option is not required.  It is used to Change the default Sealink
  147. ; protocol displayed in the 1st output page to a protocol of your choosing.
  148. ; REPLACESEA - Is the Search String for the new protocol.
  149. ; REPLACEDSP - Is the Actual Item to be displayed in the Output page.
  150. ;-------------------------------------------------------------------------
  151. ;
  152. ;ReplaceSea SEALink
  153. ;ReplaceDsp SEALink
  154. ;
  155. ;-------------------------------------------------------------------------
  156. ; This option is also not required.  It determines whether or not the local
  157. ; logons will be shown on the report output.  The DEFAULT for this option
  158. ; is show local logons.  Leave this option out for the default to take
  159. ; effect.
  160. ;-------------------------------------------------------------------------
  161. ;
  162. ;NoLocal
  163. ;
  164. ;-------------------------------------------------------------------------
  165. ; This option is also not required.  It activates or deactivates the
  166. ; Files.BBS downloaded files counter.  The count will be stored and added
  167. ; to the Files.BBS in the directory the file was taken from.  DEFAULT for
  168. ; This option is FILECOUNTER,     To deactivate use NOFILECOUNT
  169. ;-------------------------------------------------------------------------
  170. ;
  171. FILECOUNTER
  172. ;
  173. ;-------------------------------------------------------------------------
  174. ; This option is also not required.  It activates a chat record.  This will
  175. ; log all chats found in the log file to a file called REMOTLOG.CHT in the
  176. ; current directory.  The DEFAULT is CHATRECORD, all chats will be logged.
  177. ; The other option to disable the chat is NOCHATRECORD
  178. ; A file is created named REMOTLOG.CHT
  179. ;-------------------------------------------------------------------------
  180. ;
  181. CHATRECORD
  182. ;
  183. ;-------------------------------------------------------------------------
  184. ; This option is also not required.  It activates or Deactivates the log
  185. ; deleting option.  The DEFAULT is the log will be deleted every 10 days.
  186. ; The two options are DELTELOG ## (Where ## is days log should be kept.)
  187. ; and NODELETELOG.
  188. ;-------------------------------------------------------------------------
  189. ;
  190. DELETELOG 7
  191. ;
  192. ;-------------------------------------------------------------------------
  193. ; This option is also not required.  It activates or Deactivates the log
  194. ; deleting option.  The DEFAULT is the fd log will be deleted with the RA log.
  195. ; The two options are DELTEFDLOG and NODELETEFDLOG.
  196. ;-------------------------------------------------------------------------
  197. ;
  198. DELETEFDLOG
  199. ;
  200. ;-------------------------------------------------------------------------
  201. ; This option is also not required.  It will determine whether or not the
  202. ; Log file actually gets deleted or zipped up and given an individual date
  203. ; for storage.  The zip method used is PKZIP.  any version.  The file will
  204. ; be moved while zipped.  The zipped name will be in the format RLOGMMDD.0YY
  205. ; This option will not function if the Delete log option is disabled.
  206. ; Pkzip must be in the current directory or properly pathed.
  207. ; DEFAULT - NOZIPFILE           other otion is ZIPFILE
  208. ;-------------------------------------------------------------------------
  209. ;
  210. NOZIPFILE
  211. ;
  212. ;-------------------------------------------------------------------------
  213. ; This option is again not required.  It determines whether or not REMOTLOG
  214. ; Will consider a filename without the drive specifier in it as valid within
  215. ; the filecounter section.  EX...   NETFILE\00000046.MO1  and
  216. ; C:\FD\NETFILE\00000046.MO1 both show the same file being downloaded however
  217. ; only one gives REMOTLOG access to the file the second filename.  The first
  218. ; filename can cause problems however because remotlog will have no idea which
  219. ; directory the file belongs in.
  220. ; OPTIONS    NOCOLON          COLON
  221. ; NoColon says that you don't care if it does or doesn't have a drive specifier
  222. ; Colon tells remotlog to ignore the file if it doesn't say what drive.
  223. ; DEFAULT  NOCOLON
  224. ;-------------------------------------------------------------------------
  225. ;
  226. NoColon
  227. ;
  228. ;-------------------------------------------------------------------------
  229. ;          E N D    O F    R E M O T L O G . C F G   F I L E
  230. ;-------------------------------------------------------------------------
  231.